home *** CD-ROM | disk | FTP | other *** search
- <screen title="Player & Staff Search" subtitle="" version="1.0">
- <!-- the "sect" box contains the section panels for this screen -->
- <flags id="asub" value="sect"/>
-
- <!-- the default panel is the shortlist -->
- <flags id="dsub" value="pssh"/>
-
- <!-- we have two boxes - the main one with the panels in, and a small box at
- the bottom of the screen with a summary of the club finances -->
-
- <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
-
- <container id="sect">
- <!-- all of them fill this panel (only one is visible at a time) -->
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
-
- <!-- panels -->
- <widget kind="pssp" file="draft" id="psdr" title="Draft"/>
- </container>
-
- <!-- budget panel -->
- <widget class="collapsable_box" title="Budget" id="bdgp">
-
- <!-- save toggle state of this box -->
- <boolean id="scst" value="true"/>
- <boolean id="sdst" value="true"/>
-
- <!-- text should be as wide as box, and box should be as high as text -->
- <layout class="fit_children_attachment" alignment="vertical" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
-
- <widget class="text" id="budg" auto_size="vertical">
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" />
- <flags id="spec" value="text"/>
- </widget>
- </widget>
-
- </screen>
-